@charset "utf-8";

body {
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/70/20221010145752_QYtisK5t.png)
}

/* banner */
.bannerSwiper {
  overflow: hidden;
}

.bannerSwiper, .banner-wrapper {
  width: 100%;
  position: relative;
}

.banner-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.banner_text_box {
  position: absolute;
  padding: 0 100px;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.banner_text {
  display: flex;
  flex-direction: column;
  padding: 70px 50px;
  background: rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.banner_text h1 {
  color: #fff;
  margin: 15px 0;
  font-size: 48px;
  font-weight: bold;
}

.banner_text h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.banner_text_box_3 {
  display: flex;
  align-items: center;
}

.banner_text_box_3 .banner_text {
  display: flex;
  align-items: center;
  background: rgb(0 0 0 / 0%);
}

.shubiao {
  width: 20px;
  position: absolute;
  bottom: 5%;
  left: calc(50% - 10px);
  z-index: 2;
}

.bannerPrev:after, .bannerNext:after {
  color: #ffffff80;
  font-size: 28px;
}

.bannerPrev {
  color: #fff;
  left: 50px;
}

.bannerNext {
  color: #fff;
  right: 50px;
}

/* end-banner */
.boxIndex {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* box2 */
.box2 h1 {
  font-size: 32px;
  color: #4c4c4c;
  margin: 0;
  text-align: center;
  margin-top: 60px;
}

.cent-form {
  width: 100%;
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 45px;
  overflow: hidden;
}

.cent-form input {
  height: 60px;
  background: #0000;
}

.cent-form .tex {
  width: calc(100% - 160px);
  padding: 15px;
  color: rgb(0 0 0 / 50%);
  border: 0;
}

.cent-form .sub-butn {
  width: 160px;
  background-image: -webkit-linear-gradient(90deg, rgb(220, 81, 50) 0%, rgb(227, 138, 35) 100%);
  color: #fff;
  border: 0;
  border-radius: 0 5px 5px 0;
}

.cent-form:hover .sub-butn {
  background-image: -webkit-linear-gradient(90deg, rgb(43 146 191) 0%, rgb(43 146 191) 100%);
}

/* end-box2 */
.index_title {
  display: flex;
  align-items: baseline;
  margin-bottom: 60px;
  flex-direction: column-reverse;
}

.index_title span {
  color: #03527d;
  font-size: 24px;
  text-transform: uppercase;
  margin-right: 30px;
}

.index_title h1 {
  color: #2c2c2c;
  font-size: 32px;
  margin: 0;
  margin-bottom: 15px;
}

/* box3 */
.box3_item {
  display: flex;
  justify-content: space-between;
}

.box3List {
  border-radius: 15px;
  overflow: hidden;
  width: 49%;
}

.box3List a img {
  width: 100%;
  transition: 1s;
}

.box3List:hover a img {
  transform: scale(1.05);
}

/* end-box3 */
/* box4 */
.box4_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box4List {
  position: relative;
  width: calc((100% - 40px) / 3);
  margin: 10px 0;
  border-radius: 15px;
  overflow: hidden;
}

.box4List:nth-child(4) {
  width: calc(100% - ((100% - 40px) / 3) - 20px);
}

.box4Text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 35px;
  text-transform: uppercase;
  font-size: 24px;
  z-index: 1;
}

.box4Text h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.box4List img {
  transition: .5s;
}

.box4List:hover img {
  transform: scale(1.05);
}

/* end-box4 */
/* box5 */
.box5_item {
  display: flex;
  justify-content: space-between;
}

.box5_item>div>a {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}

.box5_item .box5List_left {
  width: calc((100% - 15px) * .56);
}

.box5_item .box5List_right {
  width: calc((100% - 15px) * .43);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box5List_left a img {
  width: 100%;
  transition: .5s;
}

.box5List_left a:hover img {
  transform: scale(1.05);
}

.box5Text {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  background: #00000080;
  padding: 15px;
}

.box5List_right .img img {
  width: 100%;
  transition: .5s;
}

.box5List_right .img:hover img {
  transform: scale(1.05);
}

/* end-box5 */
/* box6 */
.box6 {
  background: #155085;
}

.box6 .index_title span {
  color: #fff;
}

.box6 .index_title h1 {
  color: #fff;
}

.box6_item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.box6_img {
  width: calc(50% - 60px);
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
  left: 0;
  height: 100%;
}

.box6_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.box6_text {
  position: relative;
  height: 100%;
  width: 50%;
  left: 50%;
  top: 0;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box6_list_top {
  position: absolute;
  top: 15px;
  width: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: flex-end;
}

.box6_list_top span {
  display: block;
  line-height: 30px;
  color: #fff;
  width: calc((100% - 126px) / 4);
  text-align: center;
}

.box6_list {
  padding: 20px 0;
  display: flex;
  border-bottom: 2px dotted #d9d9da80;
}

.xian {
  width: 6px;
  background: #fff;
  display: block;
  position: relative;
}

.wenzhi {
  width: 160px;
  text-align: center;
}

.wenzhi h1 {
  font-size: 20px;
  margin: 0;
  color: #fff;
}

.wenzhi p {
  font-size: 14px;
  margin: 0;
  color: #fff;
}

.jdtbox {
  width: 100%;
  padding: 0 30px;
}

.jdt {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.jdt::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #ccc;
  mix-blend-mode: darken;
}

.jdt span {
  width: 24.5%;
  height: 100%;
  background: #dadada;
  display: block;
}

.jdtbox p {
  color: #fff;
  line-height: 3;
  margin: 0;
  font-size: 14px;
}

.box6_list:nth-child(2) .jdtbox p:nth-child(2) {
  border-bottom: 2px dotted #d9d9da80;
  margin-bottom: 15px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 30px;
}

.box6_list:nth-child(1) .xian {
  background: #4ec4e6;
}

.box6_list:nth-child(1) .jdt::after {
  background-image: -webkit-linear-gradient(0deg, rgb(229, 229, 229) 0%, rgb(78, 196, 230) 99%);
  width: 40%;
}

.box6_list:nth-child(2) .xian {
  background: #1b94d3;
}

.box6_list:nth-child(2) .jdt::after {
  background-image: -webkit-linear-gradient(0deg, rgb(229, 229, 229) 0%, rgb(27 148 211) 99%);
}

.box6_list:nth-child(2) .jdt:nth-child(1)::after {
  width: 38%;
}

.box6_list:nth-child(2) .jdt:nth-child(3)::after {
  width: 33%;
}

.box6_list:nth-child(3) .xian {
  background: #285da5;
}

.box6_list:nth-child(3) .jdt::after {
  background-image: -webkit-linear-gradient(0deg, rgb(229, 229, 229) 0%, rgb(40 93 165) 99%);
  width: 28%;
}

/* end-box6 */
/* box7 */
.box7_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box7_item .news:nth-child(1) {
  width: 35%;
}

.box7_item .news:nth-child(2) {
  width: 30%;
}

.box7_item .news:nth-child(3) {
  width: 32%;
}

.box7_item .news:nth-child(4) {
  width: 30%;
}

.box7_item .news:nth-child(5) {
  width: 35%;
}

.box7_item .news:nth-child(6) {
  width: 32%;
}

.box7_item .news {
  display: block;
  position: relative;
  margin: 15px 0;
}

.box7_item .news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px
}

.newsTxt span {
  color: #285da5;
  background: #fff;
  transition: 1s;
}

.box7_item .news .newsTxt h1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.box7_item .news .newsTxt {
  position: absolute;
  height: 100%;
  width: 80%;
  padding: 60px 45px;
}

.newsTxt span {
  color: #285da5;
  background: #fff;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  line-height: 40px;
}

.box7_item .news:hover .newsTxt span {
  color: #fff;
  background: #285da5;
}

/* end-box7 */
/* box8 */
.box8 {
  margin-top: 60px;
  margin-bottom: 120px;
  overflow: hidden;
}

.box8 .box8_item {
  background: url(../../images/box7_1.jpg);
  border-radius: 10px;
  padding: 90px 120px;
  display: flex;
  justify-content: space-between;
}

.box8_item_text {
  width: 30%;
}

.box8_item_conter {
  width: 65%;
}

.box8 .box8_item_text h1 {
  font-size: 28px;
  color: #fff;
}

.box8 .box8_item_text p {
  font-size: 16px;
  color: #fff;
}

input {
  background: #0000;
  border: 1px solid #8aa8c2;
  width: 100%;
  border-radius: 5px;
  height: 40px;
  color: #fff;
}

.item-li {
  width: 50%;
  padding: 0 15px;
}

.form-horizontal {
  display: flex;
  flex-wrap: wrap;
}

.input-li span {
  width: 100px;
  color: #fff;
  font-size: 16px;
  display: block;
  line-height: 50px;
}

.item_textarea {
  width: 100%;
}

.item_textarea textarea {
  width: 100%;
  background: #fff0;
  border: 1px solid #8aa8c2;
  height: 150px;
  border-radius: 5px;
}

#inputCaptcha {
  width: 160px;
}

.yzm a {
  background: #fff0;
  display: inline-block;
}

.item_submit .item-li {
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-width: 125px;
  height: 40px;
}

.item_submit .item-li button {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(90deg, rgb(220, 81, 50) 0%, rgb(227, 138, 35) 100%);
  color: #fff;
}

.item_submit .item-li button:hover {
  background-image: -webkit-linear-gradient(90deg, rgb(43 146 191) 0%, rgb(43 146 191) 100%);
}

.item_li_1 {
  width: 60%;
}

.item_submit {
  width: 30%;
  display: flex;
  align-items: flex-end;
}

/* end-box8 */
